negotiator.boaframework.offeringstrategy.anac2011.valuemodelagent
Class BidWrapper.OpponentUtilityComperator

java.lang.Object
  extended by negotiator.boaframework.offeringstrategy.anac2011.valuemodelagent.BidWrapper.OpponentUtilityComperator
All Implemented Interfaces:
java.util.Comparator<BidWrapper>
Enclosing class:
BidWrapper

public class BidWrapper.OpponentUtilityComperator
extends java.lang.Object
implements java.util.Comparator<BidWrapper>


Constructor Summary
BidWrapper.OpponentUtilityComperator()
           
 
Method Summary
 int compare(BidWrapper o1, BidWrapper o2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

BidWrapper.OpponentUtilityComperator

public BidWrapper.OpponentUtilityComperator()
Method Detail

compare

public int compare(BidWrapper o1,
                   BidWrapper o2)
Specified by:
compare in interface java.util.Comparator<BidWrapper>